home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Milan_1991 / Devcon91.4 / AppShell / fd / appobjects.fd next >
Encoding:
Text File  |  1992-09-01  |  376 b   |  13 lines

  1. ##base _AppObjectsBase
  2. ##bias 30
  3. ##public
  4. NewObjListA(attr_list)(A1)
  5. DisposeObjList(object_info)(A1)
  6. LookupKeystroke(ObjectInfo,IntuiMessage)(A1/A2)
  7. AbortKeystroke(ObjectInfo,Window)(A1/A2)
  8. IsGadToolObj(ObjectNode)(A1)
  9. AddObjList(ObjectInfo,Window,TagItem)(A1/A2/A3)
  10. RemoveObjList(ObjectInfo,Window,TagItem)(A1/A2/A3)
  11. RefreshObjList(ObjectInfo,Window,TagItem)(A1/A2/A3)
  12. ##end
  13.